home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / airfox.swf / scripts / frame_8 / PlaceObject2_340_157 / CLIPACTIONRECORD onClipEvent(load).as < prev   
Encoding:
Text File  |  2006-06-13  |  82 b   |  7 lines

  1. onClipEvent(load){
  2.    if(random(10) == 1)
  3.    {
  4.       gotoAndStop(3);
  5.    }
  6. }
  7.